/ Assembly List / LJCDataAccessConfig / ConnectionTemplates / LJCGetByName

Namespace - LJCDataAccessConfig


Parameters
name - The connection template configuration name.

Syntax

C#
public ConnectionTemplate LJCGetByName(String name)

Retrieve the data configuration.

Example

C#
using LJCDataAccessConfig;

ConnectionTemplates templates = new ConnectionTemplates();
templates.LJCLoadData();
ConnectionTemplate template = templates.LJCGetByName("SQLServer");

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.